home *** CD-ROM | disk | FTP | other *** search
- /* %filename% -- dialog methods */
- /* Created %date% %time% by AppMaker */
-
- /* We recommend that you not modify this module and instead modify */
- /* its subclass, %dlogname%. The 'z' prefix on this module marks% %*/
- /* a module which is likely to be regenerated by AppMaker after you */
- /* make changes to the user interface. The modules without the 'z' */
- /* prefix will not be regenerated by AppMaker unless you delete them. */
- /* Using a separate subclass to override the AppMaker-generated code */
- /* lets you regenerate code without losing your hand-coded changes. */
-
- #include <Commands.h>
- #include <CBartender.h>
- #include <CDialog.h>
- %for each item gen include%
- #include "z%dlogname%.h"
-
- extern CDesktop *gDesktop;
- extern CBartender *gBartender;
-
- #define %dlogname%ID %rsrcID%
-
- /*----------*/
- void Z%dlogname%::IZ%dlogname% (CDirectorOwner *aSupervisor)
- {
- CView *enclosure;
- CBureaucrat *supervisor;
-
- inherited::IAMDialogDirector (%dlogname%ID, aSupervisor);
-
- enclosure = itsWindow;
- supervisor = itsWindow;
- %for each item gen create%
-
- } /* IZ%dlogname% */
-
- %for each item gen zAuxiliaryMethod%
- /*----------*/
- void Z%dlogname%::UpdateMenus (void)
- {
- inherited::UpdateMenus ();
-
- %for each item gen UpdateMenus%
-
- } /* UpdateMenus */
-
- /* %filename% */
-